bash
Render Helm chart templates using the `helm template` command with a specified values file (`values.yaml`). The `--debug` flag enables debugging output, and the `--output-dir` flag saves the rendered templates to a specified directory (`../temp`). This demonstrates debugging Helm charts with custom values.
helm